home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American Osteopathic Ass…tion Yearbook 2005 & 2006
/
American Osteopathic Association Yearbook 2005 & 2006.iso
/
mac
/
app
/
webapps
/
AOA05S1
/
__init__.py
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2005-05-25
|
304 b
|
19 lines
# configuration for this webapp
import os
name="Web server root"
if os.name == "mac":
docroot=""
else:
docroot = "."
# start=
snakelets = {}
def dirListAllower(path):
# path will be RELATIVE for this webapp, and NOT starting with /
# this (root)webapp allows ALL dirs to be viewed
return False